home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dino Crisis Digital Press Kit
/
Dino Crisis Digital Press Kit.iso
/
mac
/
f
/
00147_Script_147
< prev
next >
Wrap
Text File
|
1999-09-02
|
431b
|
18 lines
on mousedown
put the spritenum of sprite the clickon into x
repeat with n = 60 to 74
puppetsprite n, false
end repeat
repeat with m = 80 to 94
set the visible of sprite m to false
end repeat
puppetsprite x, true
set the blend of sprite x to 30
set z = x + 1
puppetsprite z, true
set the blend of sprite z to 30
set k = x + 20
set the visible of sprite k to true
updatestage
end